home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Let's Learn About Machines
/
Let's Learn About Machines.iso
/
mac
/
Learn about Machines
/
Learn about Machines.DXR
/
00004_continue.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-09-17
|
364 b
|
16 lines
on mouseDown
set mySprite to the clickOn
set myCast to the castNum of sprite mySprite
repeat while the stillDown
if rollOver(mySprite) then
set the castNum of sprite mySprite to myCast + 1
else
set the castNum of sprite mySprite to myCast
end if
updateStage()
end repeat
if rollOver(mySprite) then
continue()
end if
end